84b282ed15ba3999b328c92720d48f668d8493e5,src/main/java/org/apache/commons/bcel6/classfile/RuntimeVisibleAnnotations.java,RuntimeVisibleAnnotations,copy,#ConstantPool#,55

Before Change


    @Override
    public Attribute copy(ConstantPool constant_pool)
    {
        return (Annotations) clone();
    }

    @Override

After Change


    @Override
    public Attribute copy(ConstantPool constant_pool)
    {
        return clone();
    }

    @Override